(define-ibuffer-column): Don't create a third argument for the
authorColin Walters <walters@gnu.org>
Sun, 9 Jun 2002 00:20:12 +0000 (00:20 +0000)
committerColin Walters <walters@gnu.org>
Sun, 9 Jun 2002 00:20:12 +0000 (00:20 +0000)
generated function.

lisp/ibuf-macs.el

index ac6bc5bae3b08e72e69adb6abf39052af96a8b4e..f32410aa8689a2e2b5d491cdcc7a3b9734291532 100644 (file)
@@ -105,7 +105,7 @@ change its definition, you should explicitly call
     `(progn
        ,(if inline
            `(push '(,sym ,bod) ibuffer-inline-columns)
-         `(defun ,sym (buffer mark ibuffer-buf)
+         `(defun ,sym (buffer mark)
             ,bod))
        (put (quote ,sym) 'ibuffer-column-name
            ,(if (stringp name)